import ChannelNotFound from './_component/ChannelNotFound'; // page.tsx / posts/page.tsx 의 notFound() 호출에 대한 경계(boundary). export default function ChannelNotFoundPage() { return <ChannelNotFound />; }